home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / sendlog.exe / 0 / RCDATA / TSENDLOGFORM / TSENDLOGFORM.txt
Text File  |  2008-10-30  |  2KB  |  118 lines

  1. object SendLogForm: TSendLogForm
  2.   Left = 329
  3.   Top = 426
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Auslogics SendLog'
  7.   ClientHeight = 142
  8.   ClientWidth = 515
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object lblEmail: TLabel
  24.     Left = 16
  25.     Top = 43
  26.     Width = 41
  27.     Height = 16
  28.     Caption = 'E-mail:'
  29.   end
  30.   object lblStatus: TLabel
  31.     Left = 16
  32.     Top = 12
  33.     Width = 480
  34.     Height = 16
  35.     Caption = 
  36.       'Please enter your email address to recognize your problem and pr' +
  37.       'ess Send button.'
  38.   end
  39.   object btnSend: TButton
  40.     Left = 428
  41.     Top = 108
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Send'
  45.     TabOrder = 0
  46.     OnClick = btnSendClick
  47.   end
  48.   object btnAbort: TButton
  49.     Left = 344
  50.     Top = 108
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Abort'
  54.     TabOrder = 1
  55.     OnClick = btnAbortClick
  56.   end
  57.   object pbTransfer: TProgressBar
  58.     Left = 16
  59.     Top = 80
  60.     Width = 485
  61.     Height = 16
  62.     TabOrder = 2
  63.   end
  64.   object edEmail: TEdit
  65.     Left = 64
  66.     Top = 40
  67.     Width = 200
  68.     Height = 24
  69.     TabOrder = 3
  70.     Text = 'input your e-mail here'
  71.   end
  72.   object checkDebugMode: TCheckBox
  73.     Left = 16
  74.     Top = 112
  75.     Width = 297
  76.     Height = 17
  77.     Caption = 'Switch to Normal Mode (Recommended)'
  78.     Checked = True
  79.     State = cbChecked
  80.     TabOrder = 4
  81.   end
  82.   object IdFTP: TIdFTP
  83.     MaxLineAction = maException
  84.     ReadTimeout = 0
  85.     OnDisconnected = IdFTPDisconnected
  86.     OnWork = IdFTPWork
  87.     OnWorkBegin = IdFTPWorkBegin
  88.     OnWorkEnd = IdFTPWorkEnd
  89.     OnConnected = IdFTPConnected
  90.     Password = 'idftp@client.com'
  91.     ProxySettings.ProxyType = fpcmNone
  92.     ProxySettings.Port = 0
  93.     Left = 356
  94.     Top = 40
  95.   end
  96.   object IdAntiFreeze: TIdAntiFreeze
  97.     IdleTimeOut = 50
  98.     OnlyWhenIdle = False
  99.     Left = 388
  100.     Top = 40
  101.   end
  102.   object tmProgress: TTimer
  103.     Enabled = False
  104.     Interval = 10
  105.     OnTimer = tmProgressTimer
  106.     Left = 324
  107.     Top = 40
  108.   end
  109.   object AxManifest1: TAxManifest
  110.     Left = 412
  111.     Top = 40
  112.   end
  113.   object AxVistaAltFix1: TAxVistaAltFix
  114.     Left = 440
  115.     Top = 40
  116.   end
  117. end
  118.